home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- puppetSprite(8, 1)
- set the memberNum of sprite 8 to the number of member "BB_DOWN.PICT"
- puppetSound("bongo11.aif")
- updateStage()
- end
-
- on mouseUp
- set the memberNum of sprite 8 to the number of member "BB_UP.PICT"
- updateStage()
- puppetSprite(8, 0)
- SetReturn()
- sound stop 1
- sound stop 2
- puppetSound(0)
- unloadMember(member "BB_DOWN.PICT", "bongo11.aif")
- GoHOT("B_BABES.Dir")
- end
-